home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / src / DQSDTools / StdAfx.h < prev    next >
C/C++ Source or Header  |  2002-07-08  |  1KB  |  51 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__8BD68111_15F7_408F_A887_8130632A577E__INCLUDED_)
  6. #define AFX_STDAFX_H__8BD68111_15F7_408F_A887_8130632A577E__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0410
  15. #endif
  16.  
  17. #define WINVER 0x410
  18. #define _WIN32_IE 0x0501
  19.  
  20. #define _ATL_APARTMENT_THREADED
  21.  
  22. //#define _ATL_DEBUG_INTERFACES
  23.  
  24. #include <atlbase.h>
  25. //You may derive a class from CComModule and use it if you want to override
  26. //something, but do not change the name of _Module
  27. extern CComModule _Module;
  28. #include <atlcom.h>
  29. #include <shlwapi.h>
  30. #include <wininet.h>
  31.  
  32. #include <atlctl.h>                    // IObjectSafety,
  33. #include <exdisp.h>                    // IWebBrowser2,
  34. #include <mshtml.h>
  35. #include <shlguid.h>                // SID_SWebBrowserApp, 
  36. #include <shellapi.h>                // ShellExecute, 
  37. #include <commctrl.h>
  38.  
  39.  
  40. #pragma warning(push, 3)
  41.  
  42. #include <map>
  43. #include <string>
  44.  
  45. #pragma warning(pop)
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_STDAFX_H__8BD68111_15F7_408F_A887_8130632A577E__INCLUDED)
  51.